home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 July / Disc 1 / PCU0702CD1.iso / software / apps / files / animfx.exe / #setuppath# / interface.swf / scripts / DefineButton2_417 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-05-17  |  238 b   |  9 lines

  1. on(release){
  2.    _root.interfaceholder.looponoff -= 1;
  3.    loadMovie(_root.intro600choices.movie add ".swf","_root.effectholder600");
  4.    if(_root.interfaceholder.looponoff < 0)
  5.    {
  6.       _root.interfaceholder.looponoff = 0;
  7.    }
  8. }
  9.